home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / dt100.zip / MAKEBDR.DCL < prev    next >
Text File  |  1993-09-25  |  2KB  |  56 lines

  1. // DrafTools   [Version 1.00] 9/25/93       
  2. //
  3. // ***************************************
  4. // ****  Author:  Owen Wengerd        ****
  5. // ****                               ****
  6. // ****  Manu-Soft Computer Services  ****
  7. // ****  P.O. Box 84                  ****
  8. // ****  Fredericksburg, OH  44627    ****
  9. // ****  (216) 695-5903               ****
  10. // ****  Compu-Serve ID:  71324,3252  ****
  11. // ***************************************
  12.  
  13. MAKEBDR  : dialog {
  14.             label = "Define New Title Block Border";
  15.             initial_focus = "create";
  16.             spacer_1;
  17.             :button {
  18.                label = "Redefine Insertion Point";
  19.                key = "inspt";
  20.                mnemonic = "I";
  21.                action = "(done_dialog 2)";
  22.                height = 2;
  23.             }
  24.             spacer;
  25.             : button {
  26.                label = "Re-order and Edit Attributes";
  27.                key = "reorder";
  28.                mnemonic = "R";
  29.                action = "(done_dialog 3)";
  30.                height = 2;
  31.             }
  32.             spacer;
  33.             spacer;
  34.             : button {
  35.                label = "Create New Border";
  36.                key = "create";
  37.                mnemonic = "N";
  38.                action = "(done_dialog 1)";
  39.                height = 2;
  40.                is_default = true;
  41.             }
  42.             spacer;
  43.             spacer;
  44.             : button {
  45.                label = "Cancel";
  46.                key = "cancel";
  47.                mnemonic = "C";
  48.                action = "(done_dialog 0)";
  49.                height = 2;
  50.                is_cancel = true;
  51.             }
  52.             spacer;
  53.          }
  54.  
  55.  
  56.